ComponentOne ASP.NET MVC Controls
Width(Int32) Method

C1.Web.Mvc.Fluent Namespace > ControlBuilder<TControl,TBuilder> Class > Width Method : Width(Int32) Method
The value.
Sets the width of the control in pixel.
Syntax
'Declaration
 
Public Overloads Function Width( _
   ByVal width As Integer _
) As TBuilder
public TBuilder Width( 
   int width
)

Parameters

width
The value.

Return Value

Current builder.
See Also

Reference

ControlBuilder<TControl,TBuilder> Class
ControlBuilder<TControl,TBuilder> Members
Overload List